home *** CD-ROM | disk | FTP | other *** search
- diff -u -r --new-file --exclude=CVS samba-1.9.16alpha6/source/.cvsignore samba-1.9.16alpha7/source/.cvsignore
- --- samba-1.9.16alpha6/source/.cvsignore Sat Jun 1 01:15:11 1996
- +++ samba-1.9.16alpha7/source/.cvsignore Thu Jun 6 10:29:27 1996
- @@ -1,4 +1,5 @@
- makefile
- +makefile.sunos5
- nmbd
- nmblookup
- smbclient
- diff -u -r --new-file --exclude=CVS samba-1.9.16alpha6/source/cvs.log samba-1.9.16alpha7/source/cvs.log
- --- samba-1.9.16alpha6/source/cvs.log Thu Jun 6 01:46:54 1996
- +++ samba-1.9.16alpha7/source/cvs.log Thu Jun 6 10:30:35 1996
- @@ -1191,3 +1191,45 @@
- Log Message:
- preparing for release of 1.9.16alpha6
-
- +
- +****************************************
- +Date: Thursday June 6, 1996 @ 10:28
- +Author: tridge
- +
- +Update of /data/cvs/samba/source
- +In directory arvidsjaur:/data/tridge/samba/source
- +
- +Modified Files:
- + .cvsignore
- +Log Message:
- +add sunos private makefile to .ignore
- +
- +
- +
- +****************************************
- +Date: Thursday June 6, 1996 @ 10:29
- +Author: tridge
- +
- +Update of /data/cvs/samba/source
- +In directory arvidsjaur:/data/tridge/samba/source
- +
- +Modified Files:
- + namedb.c proto.h
- +Log Message:
- +fix a bug that meant alpha6 couldn't compile.
- +
- +
- +
- +
- +****************************************
- +Date: Thursday June 6, 1996 @ 10:30
- +Author: samba-bu
- +
- +Update of /data/cvs/samba/source
- +In directory arvidsjaur:/samba/samba-bugs/samba/source
- +
- +Modified Files:
- + version.h
- +Log Message:
- +preparing for release of 1.9.16alpha7
- +
- diff -u -r --new-file --exclude=CVS samba-1.9.16alpha6/source/namedb.c samba-1.9.16alpha7/source/namedb.c
- --- samba-1.9.16alpha6/source/namedb.c Thu Jun 6 01:44:17 1996
- +++ samba-1.9.16alpha7/source/namedb.c Thu Jun 6 10:29:27 1996
- @@ -379,7 +379,7 @@
- /****************************************************************************
- dump a copy of the workgroup/domain database
- **************************************************************************/
- -static void dump_workgroups(void)
- +void dump_workgroups(void)
- {
- struct domain_record *d;
-
- diff -u -r --new-file --exclude=CVS samba-1.9.16alpha6/source/proto.h samba-1.9.16alpha7/source/proto.h
- --- samba-1.9.16alpha6/source/proto.h Thu Jun 6 01:44:17 1996
- +++ samba-1.9.16alpha7/source/proto.h Thu Jun 6 10:29:27 1996
- @@ -111,6 +111,7 @@
- void expire_browse_cache(time_t t);
- struct work_record *find_workgroupstruct(struct domain_record *d, fstring name, BOOL add);
- struct domain_record *find_domain(struct in_addr source_ip);
- +void dump_workgroups(void);
- struct domain_record *add_domain_entry(struct in_addr source_ip,
- struct in_addr source_mask,
- char *name, BOOL add);
- @@ -142,7 +143,8 @@
- struct nmb_name *rr_name,int rr_type,int rr_class,int ttl,
- char *data,int len);
- uint16 initiate_netbios_packet(int fd,int quest_type,char *name,int name_type,
- - int nb_flags,BOOL bcast,BOOL recurse,struct in_addr to_ip);
- + int nb_flags,BOOL bcast,BOOL recurse,
- + struct in_addr to_ip);
- void queue_netbios_pkt_wins(int fd,int quest_type,enum cmd_type cmd,
- char *name,int name_type,int nb_flags,
- BOOL bcast,BOOL recurse,struct in_addr to_ip);
- diff -u -r --new-file --exclude=CVS samba-1.9.16alpha6/source/version.h samba-1.9.16alpha7/source/version.h
- --- samba-1.9.16alpha6/source/version.h Thu Jun 6 01:46:14 1996
- +++ samba-1.9.16alpha7/source/version.h Thu Jun 6 10:29:53 1996
- @@ -1 +1 @@
- -#define VERSION "1.9.16alpha6"
- +#define VERSION "1.9.16alpha7"
-